projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1f6d76
)
Clarify documentation of gtk_notebook_set_action_widget
author
Christian Dywan
<christian@twotoasts.de>
Mon, 9 Nov 2009 15:36:17 +0000
(16:36 +0100)
committer
Christian Dywan
<christian@twotoasts.de>
Mon, 9 Nov 2009 15:36:17 +0000
(16:36 +0100)
gtk/gtknotebook.c
patch
|
blob
|
history
diff --git
a/gtk/gtknotebook.c
b/gtk/gtknotebook.c
index b86f7742682c342a4776389f09cf5cd08291c815..73afbc19d0ab4891026f6dd740f16c3c8f44fc96 100644
(file)
--- a/
gtk/gtknotebook.c
+++ b/
gtk/gtknotebook.c
@@
-7943,8
+7943,9
@@
gtk_notebook_get_action_widget (GtkNotebook *notebook,
* @widget: a #GtkWidget
* @pack_type: pack type of the action widget
*
- * Adds @widget as action_widget to the notebook tab space. Depending
- * on the pack type the widget will be added before or after the tabs
+ * Sets @widget as one of the action widgets. Depending on the pack type
+ * the widget will be placed before or after the tabs. You can use
+ * a #GtkBox if you need to pack more than one widget on the same side.
*
* Since: 2.20
*/